Northwoods.GoSilverlight 1.3.5 Assembly
GetFromNodeForLink Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetFromNodeForLink Method

linkdata
Return the "from" node data at which a link data is connected.

Syntax

Visual Basic (Declaration) 
Public Function GetFromNodeForLink( _
   ByVal linkdata As LinkType _
) As NodeType
C# 
public NodeType GetFromNodeForLink( 
   LinkType linkdata
)

Parameters

linkdata

Return Value

a NodeType node data

Remarks

This is used for model navigation and graph traversal.

Requirements

See Also

© 2012 All Rights Reserved.